Class: Aws::ECR::Types::RegistryPolicyNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The registry doesn’t have an associated registry policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



4030
4031
4032
4033
4034
# File 'lib/aws-sdk-ecr/types.rb', line 4030

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