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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


13481
13482
13483
13484
13485
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13481

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