Class: Aws::RAM::Types::MalformedPolicyTemplateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::MalformedPolicyTemplateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because the policy template that you provided isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-ram/types.rb', line 2573 class MalformedPolicyTemplateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |