Class: Aws::EMR::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InvalidRequestException
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
This exception occurs when there is something wrong with user input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
The message associated with the exception.
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
3398 3399 3400 3401 3402 3403 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3398 class InvalidRequestException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message associated with the exception.
3398 3399 3400 3401 3402 3403 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3398 class InvalidRequestException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |