Class: Aws::IoT::Types::MalformedPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MalformedPolicyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The policy documentation is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
13633 13634 13635 13636 13637 |
# File 'lib/aws-sdk-iot/types.rb', line 13633 class MalformedPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |