Class: Aws::Organizations::Errors::ResponsibilityTransferAlreadyInStatusException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::ResponsibilityTransferAlreadyInStatusException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResponsibilityTransferAlreadyInStatusException
constructor
A new instance of ResponsibilityTransferAlreadyInStatusException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResponsibilityTransferAlreadyInStatusException
Returns a new instance of ResponsibilityTransferAlreadyInStatusException.
742 743 744 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 742 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
747 748 749 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 747 def @message || @data[:message] end |