Class: Aws::PinpointSMSVoiceV2::Types::ServiceQuotaExceededException

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

Overview

The request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


8937
8938
8939
8940
8941
8942
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8937

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

#reason ⇒ String

The reason for the exception.

Returns:

  • (String)


8937
8938
8939
8940
8941
8942
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8937

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