Class: Aws::Omics::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::InternalServerException
- Defined in:
- gems/aws-sdk-omics/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
4553 4554 4555 4556 4557 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4553 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |