Class: Aws::ACMPCA::Types::InvalidPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidPolicyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
The resource policy is invalid or is missing a required statement. For general information about IAM policy and statement structure, see [Overview of JSON Policies].
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policies-json
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1522 1523 1524 1525 1526 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1522 class InvalidPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |