Class: Aws::BillingConductor::Types::AssociateResourceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AssociateResourceError
- 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
-
#message ⇒ String
The reason why the resource association failed.
-
#reason ⇒ String
A static error code that's used to classify the type of failure.
Instance Attribute Details
#message ⇒ String
The reason why the resource association failed.
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 |
#reason ⇒ String
A static error code that's used to classify the type of failure.
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 |