Class: Aws::BillingConductor::Types::AssociateResourceError

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

Overview

A representation of a resource association error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The reason why the resource association failed.

Returns:

  • (String)


159
160
161
162
163
164
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 159

class AssociateResourceError < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A static error code that's used to classify the type of failure.

Returns:

  • (String)


159
160
161
162
163
164
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 159

class AssociateResourceError < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end