Class: Aws::ECS::Types::ClientException

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

Overview

These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn’t have permissions to use the action or resource. Or, it might be specifying an identifier that isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


458
459
460
461
462
# File 'lib/aws-sdk-ecs/types.rb', line 458

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