Class: Aws::Outposts::Types::CapacityTaskFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CapacityTaskFailure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
The capacity tasks that failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason that the specified capacity task failed.
-
#type ⇒ String
The type of failure.
Instance Attribute Details
#reason ⇒ String
The reason that the specified capacity task failed.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-outposts/types.rb', line 267 class CapacityTaskFailure < Struct.new( :reason, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of failure.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-outposts/types.rb', line 267 class CapacityTaskFailure < Struct.new( :reason, :type) SENSITIVE = [] include Aws::Structure end |