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)


209
210
211
# File 'sig/types.rbs', line 209

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def message
  @message
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def resource_type
  @resource_type
end