Class: Aws::ElasticLoadBalancingV2::Types::CapacityReservationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::CapacityReservationStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
The status of a capacity reservation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status code.
-
#reason ⇒ String
The reason code for the status.
Instance Attribute Details
#code ⇒ String
The status code.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 458 class CapacityReservationStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason code for the status.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 458 class CapacityReservationStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |