Class: Aws::Types::ResourcePolicyLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePolicyLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#limit_type ⇒ ::String
Returns the value of attribute limit_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
3970 3971 3972 |
# File 'sig/types.rbs', line 3970 def limit @limit end |
#limit_type ⇒ ::String
Returns the value of attribute limit_type.
3971 3972 3973 |
# File 'sig/types.rbs', line 3971 def limit_type @limit_type end |
#message ⇒ ::String
Returns the value of attribute message.
3972 3973 3974 |
# File 'sig/types.rbs', line 3972 def end |