Refresh

This website rubydoc.info/gems/aws-sdk-iot/Aws/IoT/Types/NotConfiguredException is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

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)


13429
13430
13431
13432
13433
# File 'lib/aws-sdk-iot/types.rb', line 13429

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