Class: Aws::Types::InsufficientCapacityException

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)


302
303
304
# File 'sig/types.rbs', line 302

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def type
  @type
end