class Aws::Organizations::Errors::ChildNotFoundException
Public Class Methods
new(context, message, data = Aws::EmptyStructure.new)
click to toggle source
@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::Organizations::Types::ChildNotFoundException] data
Calls superclass method
# File lib/aws-sdk-organizations/errors.rb, line 211 def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
Public Instance Methods
message()
click to toggle source
@return [String]
# File lib/aws-sdk-organizations/errors.rb, line 216 def message @message || @data[:message] end