Class: Aws::Comprehend::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Comprehend::Errors::InvalidRequestException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-comprehend/errors.rb
Instance Method Summary collapse
- #detail ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
constructor
A new instance of InvalidRequestException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
Returns a new instance of InvalidRequestException.
118 119 120 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 118 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#detail ⇒ String
133 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 133
def detail: () -> ::String
|
#message ⇒ String
123 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 123
def message: () -> ::String
|
#reason ⇒ String
128 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 128
def reason: () -> ::String
|