Class: Aws::DataPipeline::Types::InternalServiceError

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

Overview

An internal service error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error message.

Returns:

  • (String)


418
419
420
421
422
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 418

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