Class: Aws::Types::ProvisionedThroughputExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedThroughputExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#throttling_reasons ⇒ ::Array[Types::ThrottlingReason]
Returns the value of attribute throttling_reasons.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def @message end |
#throttling_reasons ⇒ ::Array[Types::ThrottlingReason]
Returns the value of attribute throttling_reasons.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def throttling_reasons @throttling_reasons end |