Class: Aws::IAM::Types::MalformedPolicyDocumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::MalformedPolicyDocumentException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the policy document was malformed. The error message describes the specific error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-iam/types.rb', line 8710 class MalformedPolicyDocumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |