Class: Aws::IoT::Types::ResourceRegistrationFailureException

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

Overview

The resource registration failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


13287
13288
13289
13290
13291
# File 'lib/aws-sdk-iot/types.rb', line 13287

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