Class: Aws::Organizations::Types::MalformedPolicyDocumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::MalformedPolicyDocumentException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the Organizations User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3617 class MalformedPolicyDocumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |