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)


12351
12352
12353
12354
12355
# File 'lib/aws-sdk-iot/types.rb', line 12351

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