Class: Aws::Types::ServiceLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_code ⇒ ::String
Returns the value of attribute limit_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#limit_code ⇒ ::String
Returns the value of attribute limit_code.
714 715 716 |
# File 'sig/types.rbs', line 714 def limit_code @limit_code end |
#message ⇒ ::String
Returns the value of attribute message.
711 712 713 |
# File 'sig/types.rbs', line 711 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
712 713 714 |
# File 'sig/types.rbs', line 712 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
713 714 715 |
# File 'sig/types.rbs', line 713 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
715 716 717 |
# File 'sig/types.rbs', line 715 def service_code @service_code end |