Class: Aws::IAM::Types::MalformedPolicyDocumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::MalformedPolicyDocumentException
- Defined in:
- gems/aws-sdk-iam/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
7400 7401 7402 7403 7404 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7400 class MalformedPolicyDocumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |