Class: Aws::IoT::Types::NotConfiguredException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The resource is not configured.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


12691
12692
12693
12694
12695
# File 'lib/aws-sdk-iot/types.rb', line 12691

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