Class: Aws::Types::CapacityTaskFailure

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def reason
  @reason
end

#type"UNSUPPORTED_CAPACITY_CONFIGURATION", ...

Returns the value of attribute type.

Returns:

  • ("UNSUPPORTED_CAPACITY_CONFIGURATION", "UNEXPECTED_ASSET_STATE", "BLOCKING_INSTANCES_NOT_EVACUATED", "INTERNAL_SERVER_ERROR", "RESOURCE_NOT_FOUND")


93
94
95
# File 'sig/types.rbs', line 93

def type
  @type
end