Class: Aws::ResourceExplorer2::Types::ErrorDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Contains information about an error that occurred during a Resource Explorer setup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code that identifies the type of error that occurred.

Returns:

  • (String)


477
478
479
480
481
482
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 477

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

#messageString

A human-readable description of the error that occurred.

Returns:

  • (String)


477
478
479
480
481
482
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 477

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