Class: Aws::ECR::Types::ExclusionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ExclusionNotFoundException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-ecr/types.rb', line 1830 class ExclusionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |