Class: Aws::Shield::Errors::LimitsExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LimitsExceededException.

Parameters:



170
171
172
# File 'lib/aws-sdk-shield/errors.rb', line 170

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

Instance Method Details

#limitString

Returns:

  • (String)


185
186
187
# File 'lib/aws-sdk-shield/errors.rb', line 185

def limit
  @data[:limit]
end

#messageString

Returns:

  • (String)


175
176
177
# File 'lib/aws-sdk-shield/errors.rb', line 175

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

#typeString

Returns:

  • (String)


180
181
182
# File 'lib/aws-sdk-shield/errors.rb', line 180

def type
  @data[:type]
end