Class: Aws::ECR::Types::ExclusionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ExclusionNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The specified pull time update exclusion was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1830 1831 1832 1833 1834 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1830 class ExclusionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |