Class: Aws::ResilienceHub::Types::ErrorDetail

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

Overview

Indicates the error that was encountered while importing a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Provides additional information about the error.

Returns:

  • (String)


3049
3050
3051
3052
3053
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3049

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