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.
12953 12954 12955 12956 12957 |
# File 'lib/aws-sdk-iot/types.rb', line 12953 class MalformedPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |