Class: Aws::AppConfig::Types::BadRequestException

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

Overview

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::BadRequestDetails

Detailed information about the input that failed to satisfy the constraints specified by a call.



224
225
226
227
228
229
230
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 224

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

#messageString

Returns:

  • (String)


224
225
226
227
228
229
230
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 224

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

#reasonString

Returns:

  • (String)


224
225
226
227
228
229
230
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 224

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