Class: Aws::FSx::Types::InternalServerError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6120
6121
6122
6123
6124
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6120

class InternalServerError < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end