Class: Aws::Types::ImageFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_code"InvalidImageDigest", ...

Returns the value of attribute failure_code.

Returns:

  • ("InvalidImageDigest", "InvalidImageTag", "ImageTagDoesNotMatchDigest", "ImageNotFound", "MissingDigestAndTag", "ImageReferencedByManifestList", "KmsError", "UpstreamAccessDenied", "UpstreamTooManyRequests", "UpstreamUnavailable", "ImageInaccessible")


610
611
612
# File 'sig/types.rbs', line 610

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def failure_reason
  @failure_reason
end

#image_idTypes::ImageIdentifier

Returns the value of attribute image_id.



609
610
611
# File 'sig/types.rbs', line 609

def image_id
  @image_id
end