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)


152
153
154
155
156
157
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 152

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)


152
153
154
155
156
157
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 152

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