Class: Aws::Omics::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
An unexpected error occurred. Try the request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-omics/types.rb', line 3796 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |