Class: Aws::Organizations::Errors::SourceParentNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::SourceParentNotFoundException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SourceParentNotFoundException
constructor
A new instance of SourceParentNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SourceParentNotFoundException
Returns a new instance of SourceParentNotFoundException.
754 755 756 |
# File 'lib/aws-sdk-organizations/errors.rb', line 754 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
759 760 761 |
# File 'lib/aws-sdk-organizations/errors.rb', line 759 def @message || @data[:message] end |