Class: Aws::BillingConductor::Types::DisassociateResourceResponseElement

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

Overview

A resource disassociation result for a percentage custom line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The resource ARN that was disassociated from the custom line item.

Returns:

  • (String)


1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1256

class DisassociateResourceResponseElement < Struct.new(
  :arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::AssociateResourceError

An AssociateResourceError that's shown if the resource disassociation fails.



1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1256

class DisassociateResourceResponseElement < Struct.new(
  :arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end