Class: Aws::Greengrass::Types::GeneralError

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

Overview

General error information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsArray<Types::ErrorDetail>

Details about the error.

Returns:



1878
1879
1880
1881
1882
1883
# File 'lib/aws-sdk-greengrass/types.rb', line 1878

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

#messageString

A message containing information about the error.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
# File 'lib/aws-sdk-greengrass/types.rb', line 1878

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