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.
6205 6206 6207 6208 6209 6210 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6205 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.
6205 6206 6207 6208 6209 6210 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6205 class ExpressGatewayServiceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |