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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4038
4039
4040
4041
4042
# File 'lib/aws-sdk-ecr/types.rb', line 4038

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end