Class: Aws::ACMPCA::Types::InvalidPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidPolicyException
- Defined in:
- gems/aws-sdk-acmpca/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1522 class InvalidPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |