Class: Aws::AlexaForBusiness::Types::ResourceAssociatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ResourceAssociatedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Another resource is associated with the resource in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3655 class ResourceAssociatedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |