Class: Aws::Types::LimitsExceededException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


361
362
363
# File 'sig/types.rbs', line 361

def limit
  @limit
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def type
  @type
end