Class: Aws::AppConfig::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppConfig::Errors::BadRequestException
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb
Instance Method Summary collapse
-
#details ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
-
#message ⇒ String
-
#reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
48 49 50 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 48 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#details ⇒ String
63 64 65 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 63 def details @data[:details] end |
#message ⇒ String
53 54 55 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 53 def @message || @data[:message] end |
#reason ⇒ String
58 59 60 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 58 def reason @data[:reason] end |