Class: Aws::Chime::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Chime::Errors::BadRequestException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-chime/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
73 74 75 |
# File 'lib/aws-sdk-chime/errors.rb', line 73 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
78 |
# File 'lib/aws-sdk-chime/errors.rb', line 78
def code: () -> ::String
|
#message ⇒ String
83 |
# File 'lib/aws-sdk-chime/errors.rb', line 83
def message: () -> ::String
|