Class: Aws::DLM::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
The service failed in an unexpected way.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
791 792 793 794 795 796 |
# File 'lib/aws-sdk-dlm/types.rb', line 791 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
791 792 793 794 795 796 |
# File 'lib/aws-sdk-dlm/types.rb', line 791 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |