Class: Aws::Types::LimitExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def type
  @type
end