Class: Aws::Types::SecurityGroupLimitExceeded
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupLimitExceeded
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
541 542 543 |
# File 'sig/types.rbs', line 541 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
542 543 544 |
# File 'sig/types.rbs', line 542 def @message end |