Class: Aws::FSx::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InternalServerError
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
A generic error indicating a server-side failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6519 6520 6521 6522 6523 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6519 class InternalServerError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |