Class: Aws::Firehose::Errors::LimitExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LimitExceededException.

Parameters:



120
121
122
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/errors.rb', line 120

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

Instance Method Details

#messageString

Returns:

  • (String)


125
126
127
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/errors.rb', line 125

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