Class: Aws::AccountAccess::Types::AlreadyCreatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::AlreadyCreatedException
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
The resource you are trying to create already exists. To retrieve the existing resource, use the corresponding Get operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 34 class AlreadyCreatedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |