Class: Aws::Greengrass::Types::GeneralError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GeneralError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
General error information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_details ⇒ Array<Types::ErrorDetail>
Details about the error.
-
#message ⇒ String
A message containing information about the error.
Instance Attribute Details
#error_details ⇒ Array<Types::ErrorDetail>
Details about the error.
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 |
#message ⇒ String
A message containing information about the error.
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 |