Class: Aws::Types::LayerFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_code"InvalidLayerDigest", "MissingLayerDigest"

Returns the value of attribute failure_code.

Returns:

  • ("InvalidLayerDigest", "MissingLayerDigest")


761
762
763
# File 'sig/types.rbs', line 761

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def failure_reason
  @failure_reason
end

#layer_digest::String

Returns the value of attribute layer_digest.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def layer_digest
  @layer_digest
end