Class: Aws::QuickSight::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

An internal service exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


19081
19082
19083
19084
19085
# File 'lib/aws-sdk-quicksight/types.rb', line 19081

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