Class: Aws::ECS::Types::ExpressGatewayServiceStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#status_codeString

The status of the Express service.

Returns:

  • (String)


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_reasonString

Information about why the Express service is in the current status.

Returns:

  • (String)


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