Class: Aws::Greengrass::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/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>

A list of error details.

Returns:



78
79
80
81
82
83
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 78

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

#messageString

Returns:

  • (String)


78
79
80
81
82
83
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 78

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