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
777 778 779 780 781 782 |
# File 'lib/aws-sdk-dlm/types.rb', line 777 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
777 778 779 780 781 782 |
# File 'lib/aws-sdk-dlm/types.rb', line 777 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |