Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
443 444 445 |
# File 'sig/types.rbs', line 443 def end |
#name ⇒ ::String
Returns the value of attribute name.
444 445 446 |
# File 'sig/types.rbs', line 444 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
445 446 447 |
# File 'sig/types.rbs', line 445 def value @value end |