Class: Aws::DataZone::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The request has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10902 10903 10904 10905 10906 |
# File 'lib/aws-sdk-datazone/types.rb', line 10902 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |