Class: Aws::QuickSight::Types::ResourceUnavailableException

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

Overview

This resource is currently unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


24226
24227
24228
24229
24230
24231
24232
# File 'lib/aws-sdk-quicksight/types.rb', line 24226

class ResourceUnavailableException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


24226
24227
24228
24229
24230
24231
24232
# File 'lib/aws-sdk-quicksight/types.rb', line 24226

class ResourceUnavailableException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type for this request.

Returns:

  • (String)


24226
24227
24228
24229
24230
24231
24232
# File 'lib/aws-sdk-quicksight/types.rb', line 24226

class ResourceUnavailableException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end