Class: Aws::CloudControlApi::Types::NotUpdatableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudcontrolapi/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

#messageString

Returns:

  • (String)


688
689
690
691
692
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 688

class NotUpdatableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end