Class: Aws::AppStream::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The specified resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-appstream/types.rb', line 3692 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |