Method: Aws::Scheduler::Types::ServiceQuotaExceededException#message

Defined in:
lib/aws-sdk-scheduler/types.rb

#messageString

Returns:

  • (String)
[View source]

1089
1090
1091
1092
1093
# File 'lib/aws-sdk-scheduler/types.rb', line 1089

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