Class: Aws::ECR::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ValidationException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
There was an exception validating this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4582 4583 4584 4585 4586 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4582 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |