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)


3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3644

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

#messageString

The message associated with the exception.

Returns:

  • (String)


3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3644

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