Class: Aws::ECS::Types::ExpressGatewayServiceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ExpressGatewayServiceStatus
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
An object that defines the status of Express service creation and information about the status of the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The status of the Express service.
-
#status_reason ⇒ String
Information about why the Express service is in the current status.
Instance Attribute Details
#status_code ⇒ String
The status of the Express service.
7687 7688 7689 7690 7691 7692 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7687 class ExpressGatewayServiceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the Express service is in the current status.
7687 7688 7689 7690 7691 7692 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7687 class ExpressGatewayServiceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |