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

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

Overview

This resource is currently unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


39267
39268
39269
39270
39271
39272
39273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39267

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


39267
39268
39269
39270
39271
39272
39273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39267

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

#resource_type ⇒ String

The resource type for this request.

Returns:

  • (String)


39267
39268
39269
39270
39271
39272
39273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39267

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