Class: Aws::ECRPublic::Types::ImageFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ImageFailure
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
An object that represents an Amazon ECR image failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The code that's associated with the failure.
-
#failure_reason ⇒ String
The reason for the failure.
-
#image_id ⇒ Types::ImageIdentifier
The image ID that's associated with the failure.
Instance Attribute Details
#failure_code ⇒ String
The code that's associated with the failure.
843 844 845 846 847 848 849 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 843 class ImageFailure < Struct.new( :image_id, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason for the failure.
843 844 845 846 847 848 849 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 843 class ImageFailure < Struct.new( :image_id, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ Types::ImageIdentifier
The image ID that's associated with the failure.
843 844 845 846 847 848 849 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 843 class ImageFailure < Struct.new( :image_id, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |