Class: Aws::EMR::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3356

class InvalidRequestException < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message associated with the exception.

Returns:

  • (String)


3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3356

class InvalidRequestException < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end