Class: Aws::CloudControlApi::Types::PrivateTypeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudcontrolapi/types.rb

Overview

Cloud Control API hasn’t received a valid response from the resource handler, due to a configuration error. This includes issues such as the resource handler returning an invalid response, or timing out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


788
789
790
791
792
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 788

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