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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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)


188
189
190
191
192
193
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 188

class CapacityTaskFailure < Struct.new(
  :reason,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of failure.

Returns:

  • (String)


188
189
190
191
192
193
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 188

class CapacityTaskFailure < Struct.new(
  :reason,
  :type)
  SENSITIVE = []
  include Aws::Structure
end