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)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def message
  @message
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def service_code
  @service_code
end