Class: Aws::RAM::Errors::ResourceShareLimitExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceShareLimitExceededException.

Parameters:



370
371
372
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/errors.rb', line 370

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

Instance Method Details

#messageString

Returns:

  • (String)


375
376
377
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/errors.rb', line 375

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