Class: Aws::IoTManagedIntegrations::Types::ConfigurationError

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

Overview

Provides the default encryption configuration error update details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code returned when the default encryption configuration update fails.

Returns:

  • (String)


331
332
333
334
335
336
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 331

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

#messageString

The error message returned when the default encryption configuration update fails.

Returns:

  • (String)


331
332
333
334
335
336
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 331

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