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)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def quota_code
  @quota_code
end

#retry_after_seconds::String

Returns the value of attribute retry_after_seconds.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def retry_after_seconds
  @retry_after_seconds
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def service_code
  @service_code
end