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
11600 11601 11602 11603 11604 |
# File 'lib/aws-sdk-datazone/types.rb', line 11600 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |