source/Create_RFC.py [84:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except (BotoCoreError, ClientError) as e:
            print("error getting session")
            logging.error(
                "get_session_with_arn() failed trying to assume role \
                   due to clienterror or botocore error",
            )
        try:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/Create_SR.py [80:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except (BotoCoreError, ClientError) as e:
            print("error getting session")
            logging.error(
            "get_session_with_arn() failed trying to assume role \
               due to clienterror or botocore error",
        )
        # Create an SR in the destination account
        try:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



