Class: Aws::ECR::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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