Class: Aws::DataPipeline::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datapipeline/types.rb

Overview

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven’t exceeded any of the service limits for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error message.

Returns:

  • (String)


435
436
437
438
439
# File 'lib/aws-sdk-datapipeline/types.rb', line 435

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