Class: Aws::Types::ServiceLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_name ⇒ "Products per account", ...
Returns the value of attribute limit_name.
-
#limit_value ⇒ ::Float
Returns the value of attribute limit_value.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#limit_name ⇒ "Products per account", ...
Returns the value of attribute limit_name.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def limit_name @limit_name end |
#limit_value ⇒ ::Float
Returns the value of attribute limit_value.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def limit_value @limit_value end |
#message ⇒ ::String
Returns the value of attribute message.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def @message end |