Class: Aws::Types::OpsItemLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemLimitExceededException
- 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.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def limit @limit end |
#limit_type ⇒ ::String
Returns the value of attribute limit_type.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def limit_type @limit_type end |
#message ⇒ ::String
Returns the value of attribute message.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def resource_types @resource_types end |