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

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


3135
3136
3137
# File 'sig/types.rbs', line 3135

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3131
3132
3133
# File 'sig/types.rbs', line 3131

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def quota_code
  @quota_code
end

#retry_after_seconds::Integer

Returns the value of attribute retry_after_seconds.

Returns:

  • (::Integer)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def retry_after_seconds
  @retry_after_seconds
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


3132
3133
3134
# File 'sig/types.rbs', line 3132

def service_code
  @service_code
end