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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


20477
20478
20479
20480
20481
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20477

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