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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



248
249
250
251
252
253
254
# File 'lib/aws-sdk-appconfig/types.rb', line 248

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

#messageString

Returns:

  • (String)


248
249
250
251
252
253
254
# File 'lib/aws-sdk-appconfig/types.rb', line 248

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

#reasonString

Returns:

  • (String)


248
249
250
251
252
253
254
# File 'lib/aws-sdk-appconfig/types.rb', line 248

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