Class: Aws::Organizations::Errors::ParentNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ParentNotFoundException

Returns a new instance of ParentNotFoundException.

Parameters:



589
590
591
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 589

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


594
595
596
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 594

def message
  @message || @data[:message]
end