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)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def message
  @message
end

#reason ⇒ "KMS_ThrottlingException"

Returns the value of attribute reason.

Returns:

  • ("KMS_ThrottlingException")


1210
1211
1212
# File 'sig/types.rbs', line 1210

def reason
  @reason
end