Class: Aws::Types::ServiceAlreadyExists
- Inherits:
-
Object
- Object
- Aws::Types::ServiceAlreadyExists
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def creator_request_id @creator_request_id end |
#message ⇒ ::String
Returns the value of attribute message.
556 557 558 |
# File 'sig/types.rbs', line 556 def @message end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def service_arn @service_arn end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def service_id @service_id end |