Class: Aws::ECR::Types::BlockedByOrganizationPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::BlockedByOrganizationPolicyException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The operation did not succeed because the account is managed by a organization policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
303 304 305 306 307 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 303 class BlockedByOrganizationPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |