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

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

Overview

A resource operation that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ String

The error message that describes why the operation failed.

Returns:

  • (String)


23053
23054
23055
23056
23057
23058
23059
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23053

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

#resource_details ⇒ Types::SpaceQuickSightResourceDetails

The details of the resource.



23053
23054
23055
23056
23057
23058
23059
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23053

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

#resource_type ⇒ String

The type of the resource.

Returns:

  • (String)


23053
23054
23055
23056
23057
23058
23059
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23053

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