Class: Aws::DataPipeline::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
An internal service error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error message.
Instance Attribute Details
#message ⇒ String
Description of the error message.
418 419 420 421 422 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 418 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |