Class: Aws::AppConfig::Errors::BadRequestException

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

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException

Returns a new instance of BadRequestException.

Parameters:



48
49
50
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 48

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#detailsString

Returns:

  • (String)


63
64
65
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 63

def details
  @data[:details]
end

#messageString

Returns:

  • (String)


53
54
55
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 53

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


58
59
60
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 58

def reason
  @data[:reason]
end