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)


3109
3110
3111
3112
3113
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3109

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