Class: Aws::Types::ServiceQuotaExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def quota_code
  @quota_code
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def service_code
  @service_code
end