Class: Aws::CloudControlApi::Types::NotUpdatableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::NotUpdatableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
One or more properties included in this resource operation are defined as create-only, and therefore can’t be updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
773 774 775 776 777 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 773 class NotUpdatableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |