Class: Aws::Types::ThrottlingException

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)


327
328
329
# File 'sig/types.rbs', line 327

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def quota_code
  @quota_code
end

#retry_after_seconds::Integer

Returns the value of attribute retry_after_seconds.

Returns:

  • (::Integer)


330
331
332
# File 'sig/types.rbs', line 330

def retry_after_seconds
  @retry_after_seconds
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def service_code
  @service_code
end