Class: Aws::Outposts::Types::CapacityTaskFailure

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

The capacity tasks that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason that the specified capacity task failed.

Returns:

  • (String)


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

#typeString

The type of failure.

Returns:

  • (String)


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