Class: Aws::Organizations::Types::MalformedPolicyDocumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::MalformedPolicyDocumentException
- Includes:
- Structure
- Defined in:
- 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 [SCP syntax] in the *Organizations User Guide*.
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-organizations/types.rb', line 3668 class MalformedPolicyDocumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |