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)


20036
20037
20038
20039
20040
20041
20042
# File 'lib/aws-sdk-quicksight/types.rb', line 20036

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

#resource_detailsTypes::SpaceQuickSightResourceDetails

The details of the resource.



20036
20037
20038
20039
20040
20041
20042
# File 'lib/aws-sdk-quicksight/types.rb', line 20036

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


20036
20037
20038
20039
20040
20041
20042
# File 'lib/aws-sdk-quicksight/types.rb', line 20036

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