Class: Aws::QuickSight::Types::FailedSpaceResourceOperation

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

Overview

A resource operation that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message that describes why the operation failed.

Returns:

  • (String)


20298
20299
20300
20301
20302
20303
20304
# File 'lib/aws-sdk-quicksight/types.rb', line 20298

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::SpaceQuickSightResourceDetails

The details of the resource.



20298
20299
20300
20301
20302
20303
20304
# File 'lib/aws-sdk-quicksight/types.rb', line 20298

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource.

Returns:

  • (String)


20298
20299
20300
20301
20302
20303
20304
# File 'lib/aws-sdk-quicksight/types.rb', line 20298

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end