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
5203 5204 5205 5206 5207 |
# File 'lib/aws-sdk-omics/types.rb', line 5203 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |