Class: Aws::IoT::Types::MalformedPolicyException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


11764
11765
11766
11767
11768
# File 'lib/aws-sdk-iot/types.rb', line 11764

class MalformedPolicyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end