Class: Aws::AppSync::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppSync::Errors::BadRequestException
- Defined in:
- lib/aws-sdk-appsync/errors.rb
Instance Method Summary collapse
- #detail ⇒ 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.
115 116 117 |
# File 'lib/aws-sdk-appsync/errors.rb', line 115 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#detail ⇒ String
130 131 132 |
# File 'lib/aws-sdk-appsync/errors.rb', line 130 def detail @data[:detail] end |
#message ⇒ String
120 121 122 |
# File 'lib/aws-sdk-appsync/errors.rb', line 120 def @message || @data[:message] end |
#reason ⇒ String
125 126 127 |
# File 'lib/aws-sdk-appsync/errors.rb', line 125 def reason @data[:reason] end |