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)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def type
  @type
end