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
7397 7398 7399 7400 7401 |
# File 'lib/aws-sdk-iam/types.rb', line 7397 class MalformedPolicyDocumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |